diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2025-11-09 20:24:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-09 20:24:46 +0000 |
| commit | 46a3a12a907d33771b9d3e89200cf045b4ae9f2e (patch) | |
| tree | 8203df279ed39ed5c912aa4ecd62dc1bc77e1173 /src/pages/[locale] | |
| parent | b274eda23ae1328c8baeddfa26c7dbe6c107061f (diff) | |
| parent | ed522526eddb8b7a993ad642bb3819d8d759dd9d (diff) | |
Merge pull request #129 from joeacarstairs/staging
submit para 2
Diffstat (limited to 'src/pages/[locale]')
| -rw-r--r-- | src/pages/[locale]/submit.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/[locale]/submit.astro b/src/pages/[locale]/submit.astro index d86e9ef..df740dc 100644 --- a/src/pages/[locale]/submit.astro +++ b/src/pages/[locale]/submit.astro @@ -17,6 +17,7 @@ const t = translate(locale); <section> <h2 set:html={t(tPage, { key: 'title' })} /> <p set:html={t(tPage, { key: 'submit-para-1' })} /> + <p set:html={t(tPage, { key: 'submit-para-2' })} /> </section> <section> <h2 set:html={t(tPage, { key: 'copyright-heading' })} /> |
